dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 9 Mar 2007 18:33:36 +0000 (18:33 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 9 Mar 2007 18:33:36 +0000 (18:33 +0000)
commit4d42d7146cfbf731bc1ed7de1732f61004caa267
tree5b063683559b3fa1cac7b352e932924bd662583a
parenta5ca197fb5fb6996749d4954f17779b69ca9a7a2
dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.
So far the order isn't specified and may be random in theory.
But sorted array is requested by crash utility for efficient search.

Fortunately it is the case except ia64 full virtualized domain.
Update document such that those array must be sorted and fix the ia64
full virtualized domain case.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
docs/misc/dump-core-format.txt
tools/libxc/xc_core_ia64.c
tools/libxc/xc_ptrace_core.c